Interface sbktech.tools.hashjava.bytecode.Statistics
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface sbktech.tools.hashjava.bytecode.Statistics

public interface Statistics
extends Object
This is just a way to let informational messages while performing things propagate back to the user.

At some time, maybe we can add enough additional information about the process so it justifies its name :)

Author:
$Author: kbs $

Method Index

 o info(String)
This is less detailed, more to announce high-level passes
 o verboseMessage(String)
This is called to provide extremely detailed/debugging information

Methods

 o verboseMessage
  public abstract void verboseMessage(String s)
This is called to provide extremely detailed/debugging information
 o info
  public abstract void info(String s)
This is less detailed, more to announce high-level passes

All Packages  Class Hierarchy  This Package  Previous  Next  Index